[INFO] fetching crate ra_ap_syntax 0.0.337...
[INFO] fixing ra_ap_syntax-0.0.337 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate ra_ap_syntax 0.0.337 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate ra_ap_syntax 0.0.337
[INFO] finished tweaking crates.io crate ra_ap_syntax 0.0.337
[INFO] tweaked toml for crates.io crate ra_ap_syntax 0.0.337 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate ra_ap_syntax 0.0.337 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate ra_ap_syntax 0.0.337 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] d8b1e0e35bcb340a822e059d9dcc9169a6cd60401816c23e909405c0c7bf2578
[INFO] running `Command { std: "docker" "start" "d8b1e0e35bcb340a822e059d9dcc9169a6cd60401816c23e909405c0c7bf2578", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d8b1e0e35bcb340a822e059d9dcc9169a6cd60401816c23e909405c0c7bf2578" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d8b1e0e35bcb340a822e059d9dcc9169a6cd60401816c23e909405c0c7bf2578", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d8b1e0e35bcb340a822e059d9dcc9169a6cd60401816c23e909405c0c7bf2578" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking unicode-properties v0.1.4
[INFO] [stderr]     Checking countme v3.0.1
[INFO] [stderr]     Checking drop_bomb v0.1.5
[INFO] [stderr]     Checking text-size v1.1.1
[INFO] [stderr]     Checking ra_ap_edition v0.0.337
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking jod-thread v1.0.0
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]     Checking rustc-literal-escaper v0.0.7
[INFO] [stderr]     Checking winnow v0.7.15
[INFO] [stderr]     Checking triomphe v0.1.15
[INFO] [stderr]     Checking smol_str v0.3.6
[INFO] [stderr]     Checking ra-ap-rustc_lexer v0.165.0
[INFO] [stderr]     Checking ra_ap_stdx v0.0.337
[INFO] [stderr]     Checking rowan v0.15.18
[INFO] [stderr]     Checking ra_ap_parser v0.0.337
[INFO] [stderr]     Checking ra_ap_syntax v0.0.337 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: cannot find module or crate `rayon` in this scope
[INFO] [stdout]  --> src/tests.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use rayon::prelude::*;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `rayon`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `rayon`, use `cargo add rayon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_utils`
[INFO] [stdout]    --> src/parsing/reparsing.rs:196:9
[INFO] [stdout]     |
[INFO] [stdout] 196 |     use test_utils::{assert_eq_text, extract_range};
[INFO] [stdout]     |         ^^^^^^^^^^ use of unresolved module or unlinked crate `test_utils`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `test_utils`, use `cargo add test_utils` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rustc_apfloat` in this scope
[INFO] [stdout]    --> src/ast/token_ext.rs:544:9
[INFO] [stdout]     |
[INFO] [stdout] 544 |     use rustc_apfloat::ieee::Quad as f128;
[INFO] [stdout]     |         ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `rustc_apfloat`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `rustc_apfloat`, use `cargo add rustc_apfloat` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `expect_test`
[INFO] [stdout]     --> src/ast/make.rs:1496:9
[INFO] [stdout]      |
[INFO] [stdout] 1496 |     use expect_test::expect;
[INFO] [stdout]      |         ^^^^^^^^^^^ use of unresolved module or unlinked crate `expect_test`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `expect_test`, use `cargo add expect_test` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_utils`
[INFO] [stdout]    --> src/syntax_editor/edits.rs:497:9
[INFO] [stdout]     |
[INFO] [stdout] 497 |     use test_utils::assert_eq_text;
[INFO] [stdout]     |         ^^^^^^^^^^ use of unresolved module or unlinked crate `test_utils`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `test_utils`, use `cargo add test_utils` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `expect_test`
[INFO] [stdout]    --> src/syntax_editor.rs:574:9
[INFO] [stdout]     |
[INFO] [stdout] 574 |     use expect_test::expect;
[INFO] [stdout]     |         ^^^^^^^^^^^ use of unresolved module or unlinked crate `expect_test`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `expect_test`, use `cargo add expect_test` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `expect_test`
[INFO] [stdout]  --> src/tests.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use expect_test::expect_file;
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `expect_test`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `expect_test`, use `cargo add expect_test` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_utils`
[INFO] [stdout]   --> src/tests.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use test_utils::{bench, bench_fixture, project_root};
[INFO] [stdout]    |     ^^^^^^^^^^ use of unresolved module or unlinked crate `test_utils`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `test_utils`, use `cargo add test_utils` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `stdx::trim_indent`
[INFO] [stdout]    --> src/syntax_editor/edits.rs:496:9
[INFO] [stdout]     |
[INFO] [stdout] 496 |     use stdx::trim_indent;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `[u8]` cannot be known at compilation time
[INFO] [stdout]    --> src/tests.rs:112:22
[INFO] [stdout]     |
[INFO] [stdout] 112 |         .filter_map(|file| {
[INFO] [stdout]     |                      ^^^^ doesn't have a size known at compile-time
[INFO] [stdout]     |
[INFO] [stdout]     = help: within `std::path::Path`, the trait `Sized` is not implemented for `[u8]`
[INFO] [stdout] note: required because it appears within the type `std::path::Path`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/path.rs:2356:11
[INFO] [stdout]     = note: all function arguments must have a statically known size
[INFO] [stdout]     = help: unsized fn params are gated as an unstable feature
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `[u8]` cannot be known at compilation time
[INFO] [stdout]    --> src/tests.rs:116:29
[INFO] [stdout]     |
[INFO] [stdout] 116 |                 Err(err) => Some((file, err)),
[INFO] [stdout]     |                             ^^^^ doesn't have a size known at compile-time
[INFO] [stdout]     |
[INFO] [stdout]     = help: within `std::path::Path`, the trait `Sized` is not implemented for `[u8]`
[INFO] [stdout] note: required because it appears within the type `std::path::Path`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/path.rs:2356:11
[INFO] [stdout]     = note: only the last element of a tuple may have a dynamically sized type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `[u8]` cannot be known at compilation time
[INFO] [stdout]    --> src/tests.rs:116:29
[INFO] [stdout]     |
[INFO] [stdout] 116 |                 Err(err) => Some((file, err)),
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time
[INFO] [stdout]     |
[INFO] [stdout]     = help: within `std::path::Path`, the trait `Sized` is not implemented for `[u8]`
[INFO] [stdout] note: required because it appears within the type `std::path::Path`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/path.rs:2356:11
[INFO] [stdout]     = note: only the last element of a tuple may have a dynamically sized type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `[u8]` cannot be known at compilation time
[INFO] [stdout]    --> src/tests.rs:115:26
[INFO] [stdout]     |
[INFO] [stdout] 115 |                 Ok(_) => None,
[INFO] [stdout]     |                          ^^^^ doesn't have a size known at compile-time
[INFO] [stdout]     |
[INFO] [stdout]     = help: within `std::path::Path`, the trait `Sized` is not implemented for `[u8]`
[INFO] [stdout] note: required because it appears within the type `std::path::Path`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/path.rs:2356:11
[INFO] [stdout]     = note: only the last element of a tuple may have a dynamically sized type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `expect_test` in this scope
[INFO] [stdout]     --> src/ast/make.rs:1501:42
[INFO] [stdout]      |
[INFO] [stdout] 1501 |     fn check(node: impl AstNode, expect: expect_test::Expect) {
[INFO] [stdout]      |                                          ^^^^^^^^^^^ use of unresolved module or unlinked crate `expect_test`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `expect_test`, use `cargo add expect_test` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0432, E0433.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ra_ap_syntax` (lib test) due to 13 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "d8b1e0e35bcb340a822e059d9dcc9169a6cd60401816c23e909405c0c7bf2578", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d8b1e0e35bcb340a822e059d9dcc9169a6cd60401816c23e909405c0c7bf2578", kill_on_drop: false }`
[INFO] [stdout] d8b1e0e35bcb340a822e059d9dcc9169a6cd60401816c23e909405c0c7bf2578
